home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 1 / PC Actual CD 01.iso / share / dos / graficos / plydat14.arj / ALPHAMAP.PI < prev    next >
Encoding:
Text File  |  1992-03-22  |  846 b   |  44 lines

  1. viewpoint {
  2.    from <0, 5, -10>
  3.    at <0,2,0>
  4.    up <0,1,0>
  5.    angle 35
  6.    resolution 160, 80
  7.    aspect 2
  8.    }
  9.  
  10. include "colors.inc"
  11. include "texture.inc"
  12.  
  13. background midnightblue
  14.  
  15. light <-10, 7, -5>
  16.  
  17. object {
  18.    disc <0, -0.005, 0>, <0, 1, 0>, 10
  19.    texture { checker matte_white, matte_black }
  20.    }
  21.  
  22. object {
  23.    sphere <0, 0, 0>, 2
  24.    texture {
  25.       noise surface {
  26.      ambient 0.2
  27.      diffuse 0.8
  28.      specular 0.2
  29.      turbulence 0.2
  30.      position_fn position_objectx
  31.      color_map(
  32.         [-2,   0,   blue,  0.8, blue,  0.8]
  33.         [-1,   0.5, green, 0.5, green, 0.5]
  34.         [ 0.5, 1.0, green, 0.5, tan,   0]
  35.         [ 1.0, 1.7, tan,   tan]
  36.         [ 1.7, 2,   white, white])
  37.      }
  38.       rotate <0, 0, 90>
  39.       scale <1, 1, 1>
  40.       }
  41.    translate <0, 2, 0>
  42.    shading_flags shadow_check + transmit_check + cast_shadows
  43.    }
  44.